Platform Explorer / Nuxeo Platform 2023.10

Operation Document.UnblockPermissionInheritance (Unblock Permission Inheritance)

Description

Unblock the permission inheritance on the input document(s). Returns the document(s).
Operation id Document.UnblockPermissionInheritance
Category Document
Label Unblock Permission Inheritance
Requires
Since

Parameters

Name Description Type Required Default value
acl ACL name. string no local 

Signature

Inputs document, documents
Outputs document, documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.document.UnblockPermissionInheritance
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Document.UnblockPermissionInheritance",
  "label" : "Unblock Permission Inheritance",
  "category" : "Document",
  "requires" : null,
  "description" : "Unblock the permission inheritance on the input document(s). Returns the document(s).",
  "url" : "Document.UnblockPermissionInheritance",
  "signature" : [ "document", "document", "documents", "documents" ],
  "params" : [ {
    "name" : "acl",
    "description" : "ACL name.",
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ "local" ]
  } ]
}